'宣言 Public Overloads Shared Function SizeOf(Of T As {New, Struct})() As System.Integer
public static System.int SizeOf<T>() where T: new(), struct
型パラメータ
- T
- A struct to evaluate.
戻り値の型
Size of this struct.
'宣言 Public Overloads Shared Function SizeOf(Of T As {New, Struct})() As System.Integer
public static System.int SizeOf<T>() where T: new(), struct